Defines a reset form action. A reset form action resets selected interactive form fields to their default values.

Full documentation

Full documentation

Full documentation

Initializes a new PDFResetFormAction object.

Full documentation

Initializes a new PDFResetFormAction object with the specified COS action.

Full documentation

Creates a PDF action from a cos dictionary.

Full documentation

Gets the sequence of actions to be performed after this action.

Full documentation

Gets the cos action object.

Full documentation

Gets a list identifying which fields to reset or which to exclude from resetting. If the list is null or empty then all the form fields are reset no matter the value returned by getResetFields method.

Full documentation

Gets a value indicating whether the action resets the fields in the list or excludes them.

Full documentation

Sets the sequence of actions to be performed after this action.

Full documentation

Sets a list identifying which fields to reset or which to exclude from resetting. If the list is null or empty then all the form fields are reset no matter the value returned by getResetFields method.

Full documentation

Sets a value indicating whether the action resets the fields in the list or excludes them.

Full documentation